home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 5728 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  36 lines

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Terminating programs
  5. Date: Sat, 24 Feb 96 04:17:39
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960224.5D9B00.4403@ak067.du.pipex.com>
  9. References: <494.6628T111T2136@sm.luth.se>
  10. NNTP-Posting-Host: ak067.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Lars RenstrĂ·m (d92-lrm@sm.luth.se) wrote:
  14. : I wonder if anyone of you know of a program that makes
  15. : it possible to terminate programs that has been lost in
  16. : cyberspace... =)  I find it quite irritating not to be
  17. : able to kill a program that has hung up. The command
  18. : 'status' doesn't show all the active processes and therefore
  19. : it is impossible to kill them in that way. So I would like
  20. : to kill programs just like it is possible to kill defunct
  21. : programs in the Unix environment!
  22.  
  23. Programs like ARTM, Scout and Executive allow you to kill tasks.
  24.  
  25. The results aren't as clean as those on e.g. UNIX systems, however, because
  26. AmigaOS has no resource tracking.
  27.  
  28. All these programs do is remove the process from Exec's task list. Not a very
  29. safe way of doing things, but there's no way round it at the moment.
  30.  
  31. So any memory or other resources the misbehaving program was using before it
  32. died won't be returned to the system. You are also quite likely to be paid a
  33. visit by the Guru soon afterwards.
  34.  
  35. -- Mat.
  36.